:root {
    --ebfq3-container-width: 1200px;
    --ebfq3-dark: #000000;
    --ebfq3-primary: hsl(211, 92%, 15%);
    --ebfq3-secondary: #7E1023;
    --ebfq3-gray: #cccccc;
    --ebfq3-white: #ffffff;

    --ebfq3-space-xs: .4rem;
    --ebfq3-space-sm: .8rem;
    --ebfq3-space-md: 1.2rem;
    --ebfq3-space-lg: 2rem;
    --ebfq3-space-xl: 3rem;

    --ebfq3-fs-sm: .85rem;
    --ebfq3-fs-md: 1.1rem;

    --ebfq3-transition: .35s cubic-bezier(.4, 0, .2, 1);

}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}